type github.com/jackc/pgx/v5/pgtype.wrapFloat64EncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1505: 		return &wrapFloat64EncodePlan{}, float64Wrapper(value), true
		pgtype.go#L1643: type wrapFloat64EncodePlan struct {
		pgtype.go#L1647: func (plan *wrapFloat64EncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1649: func (plan *wrapFloat64EncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {